Skip to main content

Setting up Camera/Intro to Computer Vision Tools

Each season, FTC has some vision-related task during autonomous, it is usually the biggest haul. Therefore, to have a competitive autonomous, it is vital to get a camera on your robot and get a vision system working.

Once you have the camera you are using, you can plug it into the USB 2.0 port on the Control Hub.

Vuforia vs OpenCV

The two main libraries used for vision detection are the Vuforia and OpenCV libraries. This guide will go over the implementation of both. However, our team highly recommends the use of OpenCV due to the more reliable results and in-depth capabilities.